home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Sample Code / Sample OSA Component / In MPW Pascal / Components.r next >
Encoding:
Text File  |  1995-11-08  |  334 b   |  16 lines  |  [TEXT/MPS ]

  1. type 'thng' {
  2.     hex longint    type;
  3.     hex longint    subType;
  4.     hex longint    manufacturere;
  5.     hex    longint    flags;
  6.     hex    longint flagsMask;
  7.     hex longint    thingResType;    
  8.     int thingResID;
  9.     hex longint  thingNameResType;
  10.     int thingNameResID;
  11.     hex longint  thingInfoResType;
  12.     int thingInfoResID;
  13.     hex longint  thingIconResType;
  14.     int thingIconResID;
  15. };
  16.